﻿2026-09-09T01:04:50.6766310Z ##[group]Run $floorBytes = 32GB
2026-09-09T01:04:50.6766660Z [36;1m$floorBytes = 32GB[0m
2026-09-09T01:04:50.6766965Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-09-09T01:04:50.6767338Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-09-09T01:04:50.6767713Z [36;1m$verdict = if ($freeBytes -lt $floorBytes) { "RED" } else { "PASS" }[0m
2026-09-09T01:04:50.6768809Z [36;1mWrite-Host "FLOOR_END job=twohost-a runner=Windows free_bytes=$freeBytes floor_bytes=$floorBytes verdict=$verdict sample=INSTANT"[0m
2026-09-09T01:04:50.6769530Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-09-09T01:04:50.6770014Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-09-09T01:04:50.6770466Z [36;1m  exit 1[0m
2026-09-09T01:04:50.6770640Z [36;1m}[0m
2026-09-09T01:04:50.6789438Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-09-09T01:04:50.6789810Z env:
2026-09-09T01:04:50.6790735Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-34262154550-3-7f38ea49feea46f08cbdc1a55c076764
2026-09-09T01:04:50.6791743Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-34262154550-3-7f38ea49feea46f08cbdc1a55c076764
2026-09-09T01:04:50.6792415Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-34262154550-3-7f38ea49feea46f08cbdc1a55c076764
2026-09-09T01:04:50.6793769Z ##[endgroup]
2026-09-09T01:04:51.1855387Z FLOOR_END job=twohost-a runner=Windows free_bytes=212044595200 floor_bytes=34359738368 verdict=PASS sample=INSTANT
